github.com/klauspost/compress/zstd.readerWrapper.r (field)
8 uses
github.com/klauspost/compress/zstd (current package)
bytebuf.go#L78: r io.Reader
bytebuf.go#L86: n2, err := io.ReadFull(r.r, r.tmp[:n])
bytebuf.go#L104: n2, err := io.ReadFull(r.r, dst[:n])
bytebuf.go#L112: n2, err := io.ReadFull(r.r, r.tmp[:1])
bytebuf.go#L126: n2, err := io.CopyN(io.Discard, r.r, n)
decoder.go#L173: d.syncStream.br.r = nil
decoder.go#L642: d.syncStream.br = readerWrapper{r: r}
decoder.go#L657: br := readerWrapper{r: r}
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |